home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2002 November / CD 1 / APC0211D1.ISO / workshop / prog / files / ActivePerl-5.6.1.633-MSWin32.msi / _deea9d0a174513fe94a6106dfb7c0cd2 < prev    next >
Encoding:
Text File  |  2002-06-17  |  424 b   |  21 lines

  1. /*
  2.  * tixWinInt.h
  3.  *
  4.  *    Internal header file for Tix on the Windows platform.
  5.  *
  6.  * Copyright (c) 1996, Expert Interface Technologies
  7.  *
  8.  * See the file "license.terms" for information on usage and redistribution
  9.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  10.  *
  11.  */
  12.  
  13. #ifndef _TIX_WIN_INT_H_
  14. #define _TIX_WIN_INT_H_
  15.  
  16. #ifndef _TIX_INT_H_
  17. #include "tixInt.h"
  18. #endif
  19.  
  20. #endif /* _TIX_WIN_INT_H_ */
  21.